LoadNetworkResourceRequest

data class LoadNetworkResourceRequest(frameId: FrameId, url: String, options: LoadNetworkResourceOptions)

Represents request frame that can be used with Network#loadNetworkResource operation call.

Fetches the resource and returns the content.

See also

Constructors

LoadNetworkResourceRequest
Link copied to clipboard
fun LoadNetworkResourceRequest(frameId: FrameId, url: String, options: LoadNetworkResourceOptions)

Properties

frameId
Link copied to clipboard
val frameId: FrameId
Frame id to get the resource for.
options
Link copied to clipboard
val options: LoadNetworkResourceOptions
Options for the request.
url
Link copied to clipboard
val url: String
URL of the resource to get content for.

Sources

jvm source
Link copied to clipboard